docs: Add a warning about Android's potential lockdown#254
docs: Add a warning about Android's potential lockdown#254rainxchzed wants to merge 2 commits intomainfrom
Conversation
This commit updates the README.md file to include a caution block about the potential threat to the free and open-source nature of Android. It also includes a link to encourage users to voice their concerns.
WalkthroughA caution block was added to README.md under the Project Overview and a stray dash was removed; these are documentation-only edits with no code or public API changes. (Changes: +3/-1) Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This commit corrects a minor layout issue in the `README.md` file by repositioning a closing `</div>` tag. The tag was incorrectly placed after a caution block, and it has been moved to its proper location to ensure the intended page structure.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 65: Replace the non-descriptive `[LINK]` anchor with meaningful text and
soften the definitive language: change the anchor to something like "Keep
Android Open petition" (or "Keep Android Open campaign") and replace "will turn
Android into a locked-down platform" with a less certain phrasing such as "could
turn Android into a locked-down platform" or "may lead to a locked-down
Android," so the sentence reads e.g. "Make your voice heard – Keep Android Open
petition (https://keepandroidopen.org/)." Ensure the visible link text replaces
`[LINK]` and the URL remains intact.
| Built with Kotlin Multiplatform and Compose Multiplatform for Android and Desktop platforms. | ||
|
|
||
| > [!CAUTION] | ||
| > Free and Open-Source Android is under threat. Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [LINK](https://keepandroidopen.org/). |
There was a problem hiding this comment.
Replace the non-descriptive [LINK] anchor text with something meaningful.
markdownlint (MD059) flags [LINK] as non-descriptive. Additionally, the statement "Google will turn Android into a locked-down platform" asserts a certainty, while the PR title itself says "potential lockdown" — aligning the wording with the actual state of the campaign (an ongoing threat, not a concluded outcome) would be more accurate.
✏️ Proposed fix
-> [!CAUTION]
-> Free and Open-Source Android is under threat. Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [LINK](https://keepandroidopen.org/).
+> [!CAUTION]
+> Free and Open-Source Android is under threat. Google is pushing to turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [Keep Android Open](https://keepandroidopen.org/).🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 65-65: Link text should be descriptive
(MD059, descriptive-link-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 65, Replace the non-descriptive `[LINK]` anchor with
meaningful text and soften the definitive language: change the anchor to
something like "Keep Android Open petition" (or "Keep Android Open campaign")
and replace "will turn Android into a locked-down platform" with a less certain
phrasing such as "could turn Android into a locked-down platform" or "may lead
to a locked-down Android," so the sentence reads e.g. "Make your voice heard –
Keep Android Open petition (https://keepandroidopen.org/)." Ensure the visible
link text replaces `[LINK]` and the URL remains intact.
There was a problem hiding this comment.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Duplicate comments:
In `@README.md`:
- Around line 65-66: Update the README snippet to use descriptive link text and
soften the assertive wording: replace the `[LINK](https://keepandroidopen.org/)`
placeholder with a descriptive label like `[Keep Android
Open](https://keepandroidopen.org/)` and change the sentence "Google will turn
Android into a locked-down platform" to a less certain phrasing such as "Google
is pushing to turn Android into a locked-down platform" so the line reads e.g.
"Free and Open-Source Android is under threat. Google is pushing to turn Android
into a locked-down platform, restricting your essential freedom to install apps
of your choice. Make your voice heard – [Keep Android
Open](https://keepandroidopen.org/)."
This commit updates the README.md file to include a caution block about the potential threat to the free and open-source nature of Android. It also includes a link to encourage users to voice their concerns.
Summary by CodeRabbit